home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1501_600 / DISK1533 / DISK1533.ZIP / DECRYPT.DOC < prev    next >
Text File  |  1988-07-19  |  878b  |  25 lines

  1.                             DECRYPT                    Version  1.0
  2.  
  3.   This program copies a file and decrypts as it does so.
  4.  
  5.   The program will decrypt any file, which has been encrypted by the
  6.     accompanying Encrypt program.
  7.  
  8. Initiating the program:-
  9.  
  10.   DECRYPT input_file_name output_file_name
  11.  
  12.   where 'DECRYPT' is the name of the program
  13.         'input_file_name' is the full name of the encrypted file
  14.         'output_file_name' is the full name given to the unencrypted file
  15.  
  16. Operation:-
  17.  
  18.   The program will ask for a password and the file names (if they were not
  19.     given on the command line).
  20.   The password may be up to 255 characters in length and may consist of any
  21.     characters including spaces.
  22.  
  23.   WARNING WARNING WARNING
  24.   There is no practical way to decrypt an encrypted file without the password,
  25.     so you better not forget it.